home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / __MANDEL / MANDELBR / CMANDELI.H1 < prev    next >
Text File  |  1992-03-25  |  351b  |  20 lines

  1. /* CMandelIntervalDialog.h */
  2.  
  3. #define _H_CMandelIntervalDialog
  4.  
  5. #include <CDLOGDirector.h>
  6.  
  7. class CMandelDoc;
  8. class CDialogText;
  9.  
  10. class CMandelIntervalDialog : public CDLOGDirector
  11. {
  12.     public:
  13.  
  14.         void             IMandelIntervalDialog(short, CMandelDoc *, CDirectorOwner *);
  15.         virtual void     DoCommand( long aCmd);    
  16.  
  17.     protected:
  18.  
  19.         CMandelDoc *    itsMandelDoc;
  20. };